home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 4693 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: lrz-muenchen.de!news
  2. From: watzka@stat.uni-muenchen.de (Kurt Watzka)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Math Functions
  5. Date: 6 Feb 1996 15:26:38 GMT
  6. Organization: Leibniz-Rechenzentrum, Muenchen (Germany)
  7. Distribution: world
  8. Message-ID: <4f7rve$d8d@sparcserver.lrz-muenchen.de>
  9. References: <4f7m6m$b4j@server1.ctc.com>
  10. NNTP-Posting-Host: sun2.lrz-muenchen.de
  11.  
  12. cunning@CTC.COM (Matt Cunningham) writes:
  13.  
  14. >I'm trying to find out if I can do matrix math using C.  I am working on the 
  15. >SGI platform (Irix 5.3) and I want to know if I can do complex numbers,
  16. >define matrices, take the determinant of matrices etc.  Any ideas of if I
  17. >can do this and how?
  18.  
  19. First, the good news is that you can do all those things in C, and you
  20. can do it in portable C.
  21.  
  22. The bad news is that there are no functions for the problems you want
  23. to solve in the standard C library. You have to either
  24.  
  25.  a) write your own linear algebra and complex number packages or
  26.  b) buy comercially available products or
  27.  c) see what is in the public domain.
  28.  
  29. Kurt
  30. --
  31. | Kurt Watzka                             Phone : +49-89-2180-6254
  32. | watzka@stat.uni-muenchen.de
  33. | ua302aa@sunmail.lrz-muenchen.de
  34.